home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / lingo.ini < prev    next >
Encoding:
Text File  |  1999-10-15  |  243 b   |  8 lines

  1. on startUp
  2.     global gMovieName
  3.     -- gMovieName is the first movie's name
  4.     set gMovieName = "Opening"
  5.     -- Prevents Math errors (D5,6).  This shouldn't be necessary w/ Director 7.02, but it won't hurt
  6.     if string(0.0) = "a" then nothing
  7. end
  8.